DefaultEndpointMapper
import { DefaultEndpointMapper } from "@hyper-fetch/core"
Description
Defined in client/client.types.ts:54
Preview
type DefaultEndpointMapper = (endpoint: any) => string;
Structure
(endpoint: any) => string
import { DefaultEndpointMapper } from "@hyper-fetch/core"
Defined in client/client.types.ts:54
type DefaultEndpointMapper = (endpoint: any) => string;
(endpoint: any) => string